home *** CD-ROM | disk | FTP | other *** search
- on mouseWithin
- member("SupportTitle").foreColor = 70
- put "Click to go to the software title's support page - for updates, extras, help and more" into member "Infofield"
- cursor(280)
- end
-
- on mouseLeave
- member("SupportTitle").foreColor = 255
- put EMPTY into member "Infofield"
- cursor(0)
- end
-
- on mouseDown
- gotoNetPage("http://www.microsoft.com")
- end
-